home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD World Haziran 1997
/
CD World Haziran 1997.iso
/
Suruculer ve Guncellemeler
/
Transdisk
/
dosver2
/
TDGO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-03-15
|
208 b
|
13 lines
echo off
set topt=
:next
if '%1' == '' goto nomore
if '%topt%' == '' set topt=/t:%1
shift
goto next
:nomore
echo.
echo Loading TransDisk device driver now ...
.\dld .\transd.sys %topt%
set topt=